home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
pcl
/
docs.lha
/
latex-CLTL-sty
/
more-info.txt
/
node15_mn.html
< prev
next >
Wrap
Text File
|
1991-07-02
|
656b
|
26 lines
<H2><A ID="SECTION00184000000000000000">
Mapping</A>
</H2>
<#2630#>mapping<#2630#>
<P>
Mapping is a type of iteration in which a function is
successively applied to pieces of one or more sequences.
The result of the iteration is a sequence containing the respective
results of the function applications.
There are several options for the way in which the pieces of the list are
chosen and for what is done with the results returned by the applications of
the function.
<P>
The function <#2631#>map<#2631#> may be used to map over any kind of sequence.
The following functions operate only on lists.
<P>
<BR>
<tex2html_image_mark>#defun2632#
<BR>
<P>